def pad_size(int, int) -> int: ... def pad1(bytes, int) -> bytes: ... def pad2(bytes, int) -> bytes: ... def pad3(bytes, int) -> bytes: ...