pub unsafe fn FwpmFilterGetById0<P0>(
    enginehandle: P0,
    id: u64,
    filter: *mut *mut FWPM_FILTER0
) -> u32
where P0: IntoParam<HANDLE>,