pub unsafe extern "system" fn GetModuleHandleA(
    lpModuleName: *const i8
) -> *mut HINSTANCE__