pforge_init

Function pforge_init 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pforge_init() -> c_int
Expand description

Initialize the global handler registry

ยงSafety

Must be called before any handler dispatch operations. Can only be called once.