pub fn create_thread<T>( init: unsafe extern "system" fn(_: Option<Box<T>>) -> u32, param: Option<T>) -> u32
Creates new thread with default parameters.
If failed to create a new thread.