pub unsafe fn FwpmCalloutGetById0<P0>(
    enginehandle: P0,
    id: u32,
    callout: *mut *mut FWPM_CALLOUT0
) -> u32
where P0: IntoParam<HANDLE>,