Function PyBytesWriter_Resize
pub unsafe fn PyBytesWriter_Resize(
writer: *mut PyBytesWriter,
size: isize,
) -> i32Available on crate feature
tls and (docsrs or not (Py_3_15 and non-Py_LIMITED_API)) only.