ballistics_bridge_call_n

Function ballistics_bridge_call_n 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ballistics_bridge_call_n( request: *const u8, len: usize, ) -> *mut c_char
Expand description

Length-explicit variant for callers whose buffers are not NUL-terminated.

ยงSafety

request must be NULL or point to at least len readable bytes. The returned pointer must be freed with ballistics_bridge_free exactly once.