public static System.IntPtr unhvd_init(ref unhvd_net_config net_config, ref unhvd_hw_config hw_config)
 {
     return(unhvd_init(ref net_config, ref hw_config, 1, System.IntPtr.Zero));
 }
 public static extern System.IntPtr unhvd_init(ref unhvd_net_config net_config, [In] unhvd_hw_config[] hw_configs, int hw_size, ref unhvd_depth_config depth_config);
 private static extern System.IntPtr unhvd_init(ref unhvd_net_config net_config, ref unhvd_hw_config hw_config, int hw_size, System.IntPtr depth_config);