pub unsafe extern "C" fn storage_file_alloc( storage: *mut Storage, ) -> *mut File
Allocate and initialize a file instance.
storage
pointer to the created instance.