#[no_mangle]
pub unsafe extern "C" fn human_name_parse(
    input: *const c_char
) -> Option<Box<Name>>