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