pub unsafe fn FwpmProviderAdd0<P0, P1>(
    enginehandle: P0,
    provider: *const FWPM_PROVIDER0,
    sd: P1
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PSECURITY_DESCRIPTOR>,