pub unsafe extern "C" fn ncnn_mat_reshape_2d(
    mat: ncnn_mat_t,
    w: c_int,
    h: c_int,
    allocator: ncnn_allocator_t
) -> ncnn_mat_t