#[no_mangle]
pub unsafe extern "C" fn pkgcraft_dep_valid(
    s: *const c_char,
    eapi: *const Eapi
) -> *const c_char
Expand 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.