Function run_with_cstr_stack

pub(in ::sys::helpers::small_c_string) unsafe fn run_with_cstr_stack<T>(bytes: &[u8], f: &dyn Fn(&CStr) -> Result<T>) -> Result<T>

Safety

bytes must have a length less than MAX_STACK_ALLOCATION.