You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// * `data`, `data_len` and also each pointer stored in `data` must be able to be safely casted to a valid to a slice of the corresponding type via [`from_raw_parts`].
315
315
/// See the safety documentation of [`from_raw_parts`].
316
316
/// * The caller is responsible of freeing the allocated memory.
/// * `cmd_ptr` must be able to be safely casted to a valid [`CmdInfo`]
528
528
/// * `args` and `args_len` in a referred [`CmdInfo`] structure must not be `null`.
529
529
/// * `data` in a referred [`CmdInfo`] structure must point to `arg_count` consecutive string pointers.
530
-
/// * `args_len` in a referred [`CmdInfo`] structure must point to `arg_count` consecutive string lengths. See the safety documentation of [`convert_double_pointer_to_vec`].
530
+
/// * `args_len` in a referred [`CmdInfo`] structure must point to `arg_count` consecutive string lengths. See the safety documentation of [`convert_string_pointer_array_to_vector`].
0 commit comments