Function asprintf

Source
pub unsafe extern "C" fn asprintf(
    __s_ptr: *mut *mut c_char,
    __fmt: *const c_char,
    ...
) -> c_int