stbhw_get_template_size function
computes the size needed for the template image
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<stbhw_config>,
ffi.Pointer<ffi.Int>,
ffi.Pointer<ffi.Int>,
)
>()
external void stbhw_get_template_size(
ffi.Pointer<stbhw_config> c,
ffi.Pointer<ffi.Int> w,
ffi.Pointer<ffi.Int> h,
);