#[unsafe(no_mangle)]pub extern "system" fn Java_com_stateset_embedded_Inventory_nativeCreateItem<'local>(
env: JNIEnv<'local>,
_class: JClass<'local>,
ptr: jlong,
sku: JString<'local>,
name: JString<'local>,
initial_quantity: jdouble,
) -> JObject<'local>