[][src]Function grpcio_sys::gpr_strdup

pub unsafe extern "C" fn gpr_strdup(src: *const c_char) -> *mut c_char

Returns a copy of src that can be passed to gpr_free(). If allocation fails or if src is NULL, returns NULL.