pub unsafe extern "C" fn bli_mbool_init(
    b: *mut mbool_t,
    b_s: bool,
    b_d: bool,
    b_c: bool,
    b_z: bool
)