pub unsafe fn FwpmFilterSubscribeChanges0<P0>(
    enginehandle: P0,
    subscription: *const FWPM_FILTER_SUBSCRIPTION0,
    callback: FWPM_FILTER_CHANGE_CALLBACK0,
    context: Option<*const c_void>,
    changehandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,