pub unsafe fn NetDfsSetStdContainerSecurity<P0, P1>(
    machinename: P0,
    securityinformation: u32,
    psecuritydescriptor: P1,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PSECURITY_DESCRIPTOR>,