pub unsafe extern "C" fn ncnn_blob_get_shape(
    blob: ncnn_blob_t,
    dims: *mut c_int,
    w: *mut c_int,
    h: *mut c_int,
    c: *mut c_int
)