Function sys_getversion

Source
pub unsafe extern "C" fn sys_getversion(
    major: *mut c_int,
    minor: *mut c_int,
    bugfix: *mut c_int,
)