pub unsafe extern "C" fn GrB_Matrix_setElement_Scalar(
    C: *mut GB_Matrix_opaque,
    x: *mut GB_Scalar_opaque,
    i: u64,
    j: u64
) -> i32