CustomGetProcAddressFunction

Type Alias CustomGetProcAddressFunction 

Source
pub type CustomGetProcAddressFunction = fn(module: *mut c_void, name: &str, user_data: *mut c_void) -> *const u8;