Skip to main content

info

Function info 

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

Returns a null-terminated string representing the version.

Used for debugging.

ยงSafety

the return value is a null-terminated string that should not
be freed.