pub unsafe fn FwpmSystemPortsSubscribe0<P0>(
    enginehandle: P0,
    reserved: Option<*const c_void>,
    callback: FWPM_SYSTEM_PORTS_CALLBACK0,
    context: Option<*const c_void>,
    sysportshandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,