Type Definition hashfunc
python27_sys
type hashfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> c_long;