pub unsafe extern "C" fn ncnn_blob_get_top_shape(
    layer: ncnn_layer_t,
    i: c_int,
    dims: *mut c_int,
    w: *mut c_int,
    h: *mut c_int,
    c: *mut c_int
)