#[unsafe(no_mangle)]pub unsafe extern "C" fn pkgcraft_dependency_conditional(
d: *mut Dependency,
) -> *mut UseDepExpand 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.