GDExtensionInterfaceGetNativeStructSize typedef
GDExtensionInterfaceGetNativeStructSize = Pointer<NativeFunction<GDExtensionInterfaceGetNativeStructSizeFunction> >
@name get_native_struct_size @since 4.1
Gets the size of a native struct (ex. ObjectID) in bytes.
@param p_name A pointer to a StringName identifying the struct name.
@return The size in bytes.
Implementation
typedef GDExtensionInterfaceGetNativeStructSize =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceGetNativeStructSizeFunction>
>;