unsafe fn run_with_cstr_stack<T>( bytes: &[u8], f: &dyn Fn(&CStr) -> Result<T>, ) -> Result<T>
bytes must have a length less than MAX_STACK_ALLOCATION.
bytes
MAX_STACK_ALLOCATION