pub type RawServiceCallback = unsafe extern "C" fn(*const u8, usize, *mut u8, usize, *mut usize, *mut c_void) -> bool;Expand description
Raw service callback that receives and produces CDR bytes.
ยงSafety
reqis valid forreq_lenbytesrespis valid forresp_capbytes (writable)resp_lenis a valid pointer to write the response length
Returns true if the request was handled successfully.