[][src]Function devolutions_crypto::ffi::Version

#[no_mangle]
pub unsafe extern "C" fn Version(output: *mut u8, output_length: usize) -> i64

Fill the output buffer with the version string

Arguments

  • output - Pointer to the output buffer.
  • output_length - Length of the output buffer.

Returns

Returns the size, in bytes, of the output buffer.