pub unsafe extern "C" fn mlirOperationStateAddSuccessors(
    state: *mut MlirOperationState,
    n: isize,
    successors: *const MlirBlock
)