Function bool_mat_set_entry

Source
pub unsafe extern "C" fn bool_mat_set_entry(
    mat: *mut bool_mat_struct,
    i: slong,
    j: slong,
    value: c_int,
)