#[no_mangle]
pub unsafe extern "C" fn pkgcraft_version(
    version: *const c_char
) -> *mut AtomVersion
Expand description

Parse a string into a version.

Returns NULL on error.

Safety

The version argument should point to a valid string.