Skip to main content

GC_register_has_static_roots_callback

Function GC_register_has_static_roots_callback 

Source
pub unsafe extern "C" fn GC_register_has_static_roots_callback(
    arg1: GC_has_static_roots_func,
)
Expand description

Register a new callback (a user-supplied filter) to control the scanning of dynamic libraries. Replaces any previously registered callback. May be 0 (means no filtering). May be unused on some platforms (if the filtering is unimplemented or inappropriate).