pub unsafe fn PxeDhcpv6IsValid<P0>(
    ppacket: *const c_void,
    upacketlen: u32,
    brequestpacket: P0,
    pbpxeoptionpresent: Option<*mut BOOL>
) -> u32
where P0: IntoParam<BOOL>,