pub unsafe extern "C" fn ncnn_mat_to_pixels(
    mat: ncnn_mat_t,
    pixels: *mut c_uchar,
    type_: c_int,
    stride: c_int
)