Function sscanf

pub unsafe extern "C" fn sscanf(
    s: *const i8,
    format: *const i8,
    ...
) -> i32
Available on crate feature dep_sdl3 only.