pub unsafe extern "C" fn wasm_memory_get_bytes_per_page(
memory_inst: wasm_memory_inst_t,
) -> u64Expand description
@brief Get the number of bytes per page for a memory instance
@param memory_inst The memory instance
@return The number of bytes per page