pkgcraft_restrict_parse_pkg

Function pkgcraft_restrict_parse_pkg 

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

Parse a package query restriction.

Returns NULL on error.

ยงSafety

The argument must be a non-null string.