Get the chunk size after compression

I’m trying to get the chunk size of the dataset after compression. I only know that using H5Pget_chunk can get the size of chunks for the raw data. Is there any way to get the size of the chunks after compression?

H5Dget_chunk_info / H5Dget_chunk_info_by_coord

I see. Thank you so much!