pub unsafe extern "C" fn jlrs_alloc_array_3d(
    atype: *mut jl_value_t,
    nr: usize,
    nc: usize,
    z: usize
) -> jlrs_result_t