DllMain

Type Alias DllMain 

Source
pub type DllMain = extern "system" fn(*const c_void, u32, *const c_void) -> bool;