e_t len);' _Prototype_: 'void *acc_create_async(h_void *a, size_t len, int async);' _Fortran_: _Interface_: 'subroutine acc_create(a)' 'type, dimension(:[,:]...) :: a' _Interface_: 'subroutine acc_create(a, len)' 'type, dimension(:[,:]...) :: a' 'integer len' _Interface_: 'subroutine acc_create_async(a, async)' 'type, dimension(:[,:]...) :: a' 'integer(acc_handle_kind) :: async' _Interface_: 'subroutine acc_create_async(a, len, async)' 'type, dimension(:[,:]...) :: a' 'integer len' 'integer(acc_handle_kind) :: async' _Reference_: OpenACC specification v2.6 (https://www.openacc.org), section 3.2.21.