Function pkgcraft::dep::pkgcraft_dependency_conditional

source ·
#[no_mangle]
pub unsafe extern "C" fn pkgcraft_dependency_conditional(
    d: *mut Dependency,
) -> *mut UseDep
Expand description

Return the conditional for a Dependency.

Returns NULL if the Dependency variant isn’t conditional.

§Safety

The argument must be a valid Dependency pointer.