pub unsafe extern "C" fn OQS_MEM_strdup( str_: *const c_char, ) -> *mut c_char
Duplicates a string. @param str The string to be duplicated. @return A pointer to the newly allocated string.