pub fn continue_resumable_upload_request(
storage: &FirebaseStorageImpl,
_location: &Location,
upload_url: &str,
start_offset: u64,
total_size: u64,
chunk: Vec<u8>,
finalize: bool,
) -> RequestInfo<ResumableUploadStatus>pub fn continue_resumable_upload_request(
storage: &FirebaseStorageImpl,
_location: &Location,
upload_url: &str,
start_offset: u64,
total_size: u64,
chunk: Vec<u8>,
finalize: bool,
) -> RequestInfo<ResumableUploadStatus>