#[unsafe(no_mangle)]pub unsafe extern "C" fn pforge_register_handler(
name: *const c_char,
_handler_ptr: *mut c_void,
) -> c_intExpand description
Register a native handler with the global registry
ยงSafety
namemust be a valid null-terminated stringpforge_initmust have been called first