Macro ami::null_mut [] [src]

macro_rules! null_mut {
    () => { ... };
}

Obtain a mutable null pointer.