pub unsafe extern "C" fn pclose(__stream: *mut FILE) -> c_int
Close a stream opened by popen and return the status of its child.
This function is a possible cancellation point and therefore not marked with __THROW.