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