init

Function init 

Source
pub unsafe extern "C" fn init() -> c_int
Expand description

Initializes the global context.

Must be called before all other functions. Must be called again after cu_term is called before using other functions.

@return 0 on success, otherwise the error code.