pub unsafe extern "C" fn smbc_getOptionSmbEncryptionLevel(
c: *mut SMBCCTX,
) -> smbc_smb_encrypt_levelExpand description
Returns the SMB encryption policy configured for c.
ยงSafety
c must be a valid native context pointer.
pub unsafe extern "C" fn smbc_getOptionSmbEncryptionLevel(
c: *mut SMBCCTX,
) -> smbc_smb_encrypt_levelReturns the SMB encryption policy configured for c.
c must be a valid native context pointer.