#[no_mangle]
pub unsafe extern "C" fn pkgcraft_parse_version(
    s: *const c_char
) -> *const c_char
Expand description

Parse an atom version string.

Returns NULL on error.

Safety

The argument should point to a UTF-8 string.