Function make_none

fn make_none<T>() -> Option<T>

Function make_some

fn make_some<T>(val: T) -> Option<T>