Function BinaryenArrayNewFixed

Source
pub unsafe extern "C" fn BinaryenArrayNewFixed(
    module: BinaryenModuleRef,
    type_: BinaryenHeapType,
    values: *mut BinaryenExpressionRef,
    numValues: BinaryenIndex,
) -> BinaryenExpressionRef