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`].
318
318
/// See the safety documentation of [`from_raw_parts`].
319
319
/// * The caller is responsible of freeing the allocated memory.
/// * `cmd_ptr` must be able to be safely casted to a valid [`CmdInfo`]
531
531
/// * `args` and `args_len` in a referred [`CmdInfo`] structure must not be `null`.
532
532
/// * `data` in a referred [`CmdInfo`] structure must point to `arg_count` consecutive string pointers.
533
-
/// * `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`].
533
+
/// * `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