extern_spec_std_ptr_null_mut

Function extern_spec_std_ptr_null_mut 

Source
pub fn extern_spec_std_ptr_null_mut<T>() -> *mut T
where T: Thin + ?Sized,
Expand description

extern spec for ::std::ptr::null_mut<T>

This is not a real function: its only use is for documentation.

terminates

ghost

ensures

result.is_null_logic()