Skip to main content

prism_version_string

Function prism_version_string 

Source
pub unsafe extern "C" fn prism_version_string() -> *const c_char
Expand description

Returns the version of the loaded Prism library as a human-readable string.

ยงSafety

Safe to call at any time; this is unsafe only because it crosses the FFI boundary.