pkgcraft_dependency_set_parse

Function pkgcraft_dependency_set_parse 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_dependency_set_parse( s: *const c_char, eapi: *const Eapi, kind: DependencySetKind, ) -> *mut DependencySet
Expand description

Parse a string into a specified DependencySet type.

Returns NULL on error.

ยงSafety

The argument should be a UTF-8 string.