Function ftok

pub unsafe extern "C" fn ftok(
    pathname: *const i8,
    proj_id: i32,
) -> i32
Available on crate feature dep_sdl3 only.