pub unsafe fn PxeRegisterCallback<P0>(
    hprovider: P0,
    callbacktype: u32,
    pcallbackfunction: *const c_void,
    pcontext: Option<*const c_void>
) -> u32
where P0: IntoParam<HANDLE>,