#[no_mangle]
pub unsafe extern "C" fn pkgcraft_atom_str(
    atom: *mut Atom
) -> *mut c_char
Expand description

Return the string for an atom.

Safety

The argument must be a non-null Atom pointer.