pub unsafe extern "system" fn LoadLibraryExA(
    lpLibFileName: *const i8,
    hFile: *mut c_void,
    dwFlags: u32
) -> *mut HINSTANCE__