Function run_with_cstr_allocating

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