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

Determine if a string is a valid package version.

Returns NULL on error.

Safety

The argument should point to a UTF-8 string.