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