#[no_mangle]
pub unsafe extern "C" fn wasm_memory_grow(
    memory: &mut wasm_memory_t,
    delta: u32
) -> bool