pkgcraft_restrict_parse_dep

Function pkgcraft_restrict_parse_dep 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_restrict_parse_dep( s: *const c_char, ) -> *mut Restrict
Expand description

Parse a dependency restriction.

Returns NULL on error.

ยงSafety

The argument must be a non-null string.