pub unsafe extern "C" fn prism_error_string(
error: PrismError,
) -> *const c_charExpand description
Returns a human-readable description of an error code.
ยงSafety
Safe to call at any time; this is unsafe only because it crosses the FFI boundary.