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