#[unsafe(no_mangle)]pub unsafe extern "C" fn pkgcraft_dep_parse(
s: *const c_char,
eapi: *const Eapi,
) -> *const c_charExpand description
Determine if a string is a valid package dependency.
Returns NULL on error.
ยงSafety
The eapi argument may be NULL to use the default EAPI.