#[unsafe(no_mangle)]pub unsafe extern "C" fn ballistics_bridge_call_n(
request: *const u8,
len: usize,
) -> *mut c_charExpand 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.