pub unsafe extern "C" fn strdup(__s: *const c_char) -> *mut c_char
Duplicate S, returning an identical malloc’d string.