pub unsafe fn FwpmCalloutGetByKey0<P0>(
    enginehandle: P0,
    key: *const GUID,
    callout: *mut *mut FWPM_CALLOUT0
) -> u32
where P0: IntoParam<HANDLE>,