pub type rtcInterceptorCallbackFunc = Option<unsafe extern "C" fn(pc: c_int, message: *const c_char, size: c_int, ptr: *mut c_void) -> *mut c_void>;Aliased Type§
enum rtcInterceptorCallbackFunc {
None,
Some(unsafe extern "C" fn(_: i32, _: *const i8, _: i32, _: *mut c_void) -> *mut c_void),
}