#[no_mangle]
pub unsafe extern "C" fn pkgcraft_str_array_free(
    strs: *mut *mut c_char,
    len: usize
)
Expand description

Free an array of strings.

Safety

The argument must be a pointer to a string array or NULL along with the length of the array.