pub unsafe fn FwpmNetEventSubscribe0<P0>(
    enginehandle: P0,
    subscription: *const FWPM_NET_EVENT_SUBSCRIPTION0,
    callback: FWPM_NET_EVENT_CALLBACK0,
    context: Option<*const c_void>,
    eventshandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,