Function asprintf

Source
pub unsafe extern "C" fn asprintf(
    pp: *mut *mut c_char,
    fmt: *const c_char,
    ...
) -> c_int
Expand description