Skip to main content

pamoja_version

Function pamoja_version 

Source
#[unsafe(no_mangle)]
pub extern "C" fn pamoja_version() -> *const c_char
Expand description

Returns the version string of the native pamoja library.

ยงReturns

A pointer to a static null-terminated UTF-8 string owned by the library. The caller must not free it; it is valid for the lifetime of the process.