pub unsafe fn shrink_to_fit_cstring<T: Into<Vec<u8>>>(
    buf: T
) -> OCallResult<CString>