Function run_with_cstr_allocating

Source
fn run_with_cstr_allocating<T>(
    bytes: &[u8],
    f: &dyn Fn(&CStr) -> Result<T>,
) -> Result<T>