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