pub unsafe fn FwpmEngineSetOption0<P0>(
    enginehandle: P0,
    option: FWPM_ENGINE_OPTION,
    newvalue: *const FWP_VALUE0
) -> u32
where P0: IntoParam<HANDLE>,