mq_getfd_np was made available in FreeBSD 11 with no documentation.
Under the hood - this function dereferences the mqd_t as a pointer to an int.
It's a simple function but needs guidance on what is safe usage for the returned file descriptor.
Please review - particularly the "Notes" section.