pub unsafe extern "system" fn GetProcAddress(
hmodule: *mut c_void,
lpprocname: *const u8,
) -> Option<unsafe extern "system" fn() -> isize>Expand description
#317 GetProcAddress
retrieves the address of a function in the module specified in the hInst
parameter