set_runtime_error

Function set_runtime_error 

Source
pub fn set_runtime_error(msg: impl Into<String>)
Expand description

Set the last runtime error message

Note: This clears any cached CString to prevent stale pointer access.