pub unsafe extern "C" fn mq_setattr(
    mqd: i32,
    newattr: *const mq_attr,
    oldattr: *mut mq_attr
) -> i32