ballistics_bridge_call

Function ballistics_bridge_call 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ballistics_bridge_call( request_json: *const c_char, ) -> *mut c_char
Expand description

Process one bridge request (NUL-terminated UTF-8 JSON envelope).

ยงSafety

request_json must be NULL or a valid NUL-terminated C string. The returned pointer must be freed with ballistics_bridge_free exactly once.