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

Verify a repository name is valid.

Returns NULL on error.

§Safety

The argument be a valid UTF-8 string.