Skip to main content

prism_version

Function prism_version 

Source
pub unsafe extern "C" fn prism_version() -> u32
Expand description

Returns the version of the loaded Prism library as an encoded integer.

ยงSafety

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