#[unsafe(no_mangle)]pub unsafe extern "C" fn pkgcraft_dependency_set_parse(
s: *const c_char,
eapi: *const Eapi,
kind: DependencySetKind,
) -> *mut DependencySetExpand description
Parse a string into a specified DependencySet type.
Returns NULL on error.
ยงSafety
The argument should be a UTF-8 string.