#[no_mangle]
pub unsafe extern "C" fn pkgcraft_parse_dep(
    s: *const c_char,
    eapi: *const Eapi
) -> *const c_char
Expand description

Parse a package dependency.

Returns NULL on error.

Safety

The eapi argument may be NULL to use the default EAPI.