pub unsafe fn BinarySDToSecurityDescriptor<P0, P1, P2, P3>(
    psecuritydescriptor: P0,
    pvarsec: *mut VARIANT,
    pszservername: P1,
    username: P2,
    password: P3,
    dwflags: u32,
) -> Result<()>
where P0: Param<PSECURITY_DESCRIPTOR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,