pub fn parse_string_array_from_userspace(
task: &Task,
array_ptr: usize,
max_strings: usize,
max_string_len: usize,
) -> Result<Vec<String>, StringConversionError>
Expand description
Parse an array of string pointers (char **) from user space