()
| 227 | } |
| 228 | |
| 229 | pub fn server_last_error() -> BnString { |
| 230 | unsafe { BnString::from_raw(binaryninjacore_sys::BNGetEnterpriseServerLastError()) } |
| 231 | } |
| 232 | |
| 233 | pub fn server_authentication_methods() -> (Array<BnString>, Array<BnString>) { |
| 234 | let mut methods = core::ptr::null_mut(); |