pub unsafe extern "C" fn ggml_im2col(
ctx: *mut ggml_context,
a: *mut ggml_tensor,
b: *mut ggml_tensor,
s0: c_int,
s1: c_int,
p0: c_int,
p1: c_int,
d0: c_int,
d1: c_int,
is_2D: bool,
dst_type: ggml_type,
) -> *mut ggml_tensor