pub fn is_c_void(cx: &LateContext<'_>, ty: Ty<'_>) -> boolExpand description
Check if the given type is either core::ffi::c_void, std::os::raw::c_void, or one of the
platform specific libc::<platform>::c_void types in libc.
pub fn is_c_void(cx: &LateContext<'_>, ty: Ty<'_>) -> boolCheck if the given type is either core::ffi::c_void, std::os::raw::c_void, or one of the
platform specific libc::<platform>::c_void types in libc.