pub unsafe fn SecurityDescriptorToBinarySD<P0, P1, P2, P3>(
    vvarsecdes: P0,
    ppsecuritydescriptor: *mut PSECURITY_DESCRIPTOR,
    pdwsdlength: *mut u32,
    pszservername: P1,
    username: P2,
    password: P3,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<VARIANT>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,