pub fn ptr_eq<Base, A, B>(a: A, b: B) -> bool where
    A: AsRaw<Base>,
    B: AsRaw<Base>, 
Expand description

Comparison of two pointer-like things.