public static void Open(this IFileDescriptor fileDescriptor, int fd)
 {
     fileDescriptor.Open((IntPtr)fd);
 }