Type Definition rb_sys::st_compare_func

source · []
pub type st_compare_func = Option<unsafe extern "C" fn(arg1: st_data_t, arg2: st_data_t) -> c_int>;