Function SDL_asprintf

Source
pub unsafe extern "C" fn SDL_asprintf(
    strp: *mut *mut c_char,
    fmt: *const c_char,
    ...
) -> c_int