#[no_mangle]
pub unsafe extern "C" fn pkgcraft_parse_atom(
    atom: *const c_char,
    eapi: *const c_char
) -> *const c_char
Expand description

Parse an atom string.

Returns NULL on error.

Safety

The atom argument should be a UTF-8 string while eapi can be a string or may be NULL to use the default EAPI.