fuse_register_module

Function fuse_register_module 

Source
pub unsafe extern "C" fn fuse_register_module(mod_: *mut fuse_module)
Expand description

Register a filesystem module

This function is used by FUSE_REGISTER_MODULE and there’s usually no need to call it directly