pub unsafe fn PxeSendReply<P0>(
    hclientrequest: P0,
    ppacket: *const c_void,
    upacketlen: u32,
    paddress: *const PXE_ADDRESS
) -> u32
where P0: IntoParam<HANDLE>,