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