[][src]Function discid_sys::discid_new

pub unsafe extern "C" fn discid_new() -> *mut DiscId

Return a handle for a new DiscId object.

If no memory could be allocated, NULL is returned. Don't use the created DiscId object before calling discid_read() or discid_put().

@return a DiscId object, or NULL.