glulxe_sys

Function glulx_sort

Source
pub unsafe extern "C" fn glulx_sort(
    addr: *mut c_void,
    count: c_int,
    size: c_int,
    comparefunc: Option<unsafe extern "C" fn(p1: *mut c_void, p2: *mut c_void) -> c_int>,
)