pub unsafe fn FwpmEngineGetOption0<P0>(
    enginehandle: P0,
    option: FWPM_ENGINE_OPTION,
    value: *mut *mut FWP_VALUE0
) -> u32
where P0: IntoParam<HANDLE>,