internal static unsafe extern Result vkAllocateCommandBuffers(Device device, CommandBufferAllocateInfo *AllocateInfo, out IntPtr pCommandBuffers);
public static extern unsafe Result vkAllocateCommandBuffers(IntPtr device, CommandBufferAllocateInfo *pAllocateInfo, IntPtr *pCommandBuffers);
internal static unsafe extern Result vkAllocateCommandBuffers(IntPtr device, CommandBufferAllocateInfo *pAllocateInfo, IntPtr *pCommandBuffers);