YASL_pushuserptr

Function YASL_pushuserptr 

Source
pub unsafe extern "C" fn YASL_pushuserptr(
    S: *mut YASL_State,
    userpointer: *mut c_void,
)
Expand description

[-0, +1] Pushes a user-pointer onto the stack @param S the YASL_State onto which to push the user-pointer. @param userpointer the user-pointer to push onto the stack.