Function raylib_sys::LoadImageSvg

source ยท
pub unsafe extern "C" fn LoadImageSvg(
    fileNameOrString: *const c_char,
    width: c_int,
    height: c_int
) -> Image