pub unsafe fn NetDfsGetStdContainerSecurity<P0>(
    machinename: P0,
    securityinformation: u32,
    ppsecuritydescriptor: *mut PSECURITY_DESCRIPTOR,
    lpcbsecuritydescriptor: *mut u32,
) -> u32
where P0: Param<PCWSTR>,