pub unsafe extern "C" fn panda_get_args(
plugin_name: *const c_char,
) -> *mut panda_arg_listExpand description
panda_get_args() - Parse arguments for a plugin into panda_arg_list. @plugin_name: The plugin name.
This function is used in a plugin’s initialization to parse arguments to a plugin into a panda_arg_list. Arguments are key/value string pairs.
Return: pointer to panda_arg_list.