pub unsafe fn FwpmSubLayerAdd0<P0, P1>(
    enginehandle: P0,
    sublayer: *const FWPM_SUBLAYER0,
    sd: P1
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PSECURITY_DESCRIPTOR>,