pub trait CVoidResponse { // Required method fn response(self, error: &mut ManuallyDrop<CError>) -> bool; }